home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / etc / apparmor.d / abstractions / bash < prev    next >
Text File  |  2008-10-08  |  2KB  |  46 lines

  1. # $Id: bash 697 2007-05-25 03:09:30Z steve-beattie $
  2. # ------------------------------------------------------------------
  3. #
  4. #    Copyright (C) 2002-2006 Novell/SUSE
  5. #
  6. #    This program is free software; you can redistribute it and/or
  7. #    modify it under the terms of version 2 of the GNU General Public
  8. #    License published by the Free Software Foundation.
  9. #
  10. # ------------------------------------------------------------------
  11.  
  12.   # user-specific bash files
  13.   @{HOMEDIRS}                      r,
  14.   @{HOME}/.bashrc                  r,
  15.   @{HOME}/.profile                 r,
  16.   @{HOME}/.bash_profile            r,
  17.   @{HOME}/.bash_history            rw,
  18.  
  19.   # system-wide bash configuration
  20.   /etc/profile.dos                 r,
  21.   /etc/profile                     r,
  22.   /etc/profile.d/                  r,
  23.   /etc/profile.d/*                 r,
  24.   /etc/bashrc                      r,
  25.   /etc/bash.bashrc                 r,
  26.   /etc/bash.bashrc.local           r,
  27.   /etc/bash_completion             r,
  28.   /etc/bash_completion.d/          r,
  29.   /etc/bash_completion.d/*         r,
  30.  
  31.   # bash relies on system-wide readline configuration
  32.   /etc/inputrc                     r,
  33.  
  34.   # bash inspects filesystems at startup
  35.   /etc/mtab                        r,
  36.   @{PROC}/[0-9]*/mounts            r,
  37.   @{PROC}/filesystems              r,
  38.  
  39.   # probably readline wants to know terminal capabilities
  40.   /usr/share/terminfo/**           r,
  41.  
  42.   # run out of /etc/bash.bashrc
  43.   /etc/DIR_COLORS                  r,
  44.   /bin/ls                          mix,
  45.   /usr/bin/dircolors               mix,
  46.